MySQL 对象管理 用户管理
create user root@"%" identified by "kingbase";
Query OK, 0 rows affected (0.02 sec)
mysql> grant all on *.* to root@"%";
Select a result to preview
create user root@"%" identified by "kingbase";
Query OK, 0 rows affected (0.02 sec)
mysql> grant all on *.* to root@"%";